-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ui: Add filter compaction UI #4576
Conversation
Looks nice! But why the page title is |
This is a side effect of how we choose to do development locally. The UI in dev mode just assumes that it is running for Querier. |
This looks good. @adzshaf Can you please resolve the conflict? |
Any other work needs to be done for this pr? @onprem If not I am happy to resolve the conflicts and get this feature merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Just a non-blocking suggestion. This only needs a rebase and then we can merge this.
Signed-off-by: Shafiya Adzhani <adz.arsym@gmail.com>
Signed-off-by: Shafiya Adzhani <adz.arsym@gmail.com>
Signed-off-by: Ben Ye <ben.ye@bytedance.com>
e4ad05e
to
8ef1422
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Docs CI failure not related. Merging now…
Changes
This PR is part of LFX Mentorship project to improve Block Viewer UI (issue: #3112). We want to add feature so user can filter blocks by compaction level.
Verification
When we haven't filter anything yet:
Filter by compaction level:
Tested on local using
make quickstart
cc: @onprem @squat